home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if (the mouseCast = -1) or (the mouseLine = -1) then
- else
- if the castType of cast the mouseCast = #text then
- mptxandcset(the mouseCast, the mouseLine)
- else
- end if
- updateStage()
- end if
- end
-
- on mptxandcset castno, lineno
- puppetSound("Single Click")
- puppetTransition(23)
- hilite line the mouseLine of field the mouseCast
- mspriteset(3, 1, 1, 0, (castno * 12) + lineno + 16, 536, 128)
- mspriteset(4, 1, 7, 36, (castno * 12) + lineno - 14, 435, 225)
- mspriteset(19, 1, 7, 36, (castno * 60) + (lineno * 5) - 23, 240, 50)
- end
-